*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 18 Sep 2006 11:11:36 +0000 (11:11 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Sep 2006 11:11:36 +0000 (11:11 +0000)
lisp/ChangeLog
src/ChangeLog

index 96597a6748bbf952a259fc48d3cae0df4562f595..4c611c3bcdc981d0f67c7a5f68bf261a138ca508 100644 (file)
@@ -1,3 +1,10 @@
+2006-09-18  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-partial): Rework 2006-09-15 change to use
+       new window-line-height function.  Further optimize by not calling
+       pos-visible-in-window-p for window-end when window-line-height
+       returns useful information.
+
 2006-09-16  Richard Stallman  <rms@gnu.org>
 
        * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
index e53d202225119dec82ef594ddd60a730ae7b87b9..1ea1679dda09531107b35a95273635aac283c590 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-18  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fwindow_line_visibility): Remove.
+       (Fwindow_line_height): New defun replacing it.
+       (syms_of_window): Defsubr it.
+
 2006-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.